.xl_home_main{
	position: relative;
	z-index: 10;
}

/* 希律心理首页 */
/* .xl_home_banner{display: block;width: 100%;background: #ffeeea;}
.xl_home_banner .width1200{position: relative;height: 400px;}
.xl_home_banner .banner_img{position: absolute;right: 0;bottom: 0;width: 417px;height: 395px;}
.xl_home_banner .banner_code{display:block;padding-top:40px;font-size:23px;color:#464646;letter-spacing:5px;}
.xl_home_banner .banner_name{display: block;margin-top: 45px;font-size: 71px;font-weight: bold;color: #f76149;}
.xl_home_banner .banner_notes{display: block;width: 560px;text-align: center;height: 60px;line-height: 60px;background: #ff855f;margin-top: 20px;font-size: 35px;letter-spacing: 6px;color: #FFFFFF;font-weight: bold;}
.xl_home_banner .banner_time{display: block;margin-top: 60px;font-size: 23px;color: #414140;letter-spacing: 10px;} */
.xl_home_banner{
	height: 400px;
	width: 100%;
	min-width: 1200px;
}
.xl_home_banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.xl_home_banner .swiper-slide img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	height: 400px;
}
.xl_home_banner .swiper-pagination{
	z-index: 500;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xl_home_banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.7);
}
.xl_home_banner .swiper-pagination-bullet-active{
	background: rgba(255, 255, 255, 1);
}

.xl_box_title{position: relative;display: flex;align-items: center;justify-content: space-between;width: 100%;}
.xl_box_title .box_title_name{position: relative;display: flex;align-items: center;}
.xl_box_title .name_txt{position: relative;z-index: 2;padding-left: 23px;font-size: 32px;color: #333333;font-weight: bold;}
.xl_box_title .name_bg{position: absolute;left: 0;bottom: 0;width: 272px;height: 28px;border-radius: 10px;z-index: 1;opacity: 0.4;}
.xl_box_title .box_more{display: flex;align-items: center;font-size: 24px;color: #999999;}
.xl_box_title .box_more img{display: block;margin-left: 10px;width: 20px;height: 20px;}

.xl_home_wikipedia{display: block;width: 100%;background: #FFFFFF;padding: 40px 0 0 0;}
.xl_home_wikipedia .name_bg{background: linear-gradient(90deg,#85d29e 0%,#ffffff 100%);}

.xl_home_wikipedia .wiki_tab_title{position: absolute;z-index: 10;top: 0;left: 220px;display: flex;align-items: center;}
.xl_home_wikipedia .wiki_tab_title li{cursor: pointer;display: block;padding: 0 20px;margin-right: 30px;font-size: 24px;color: #666666;}
.xl_home_wikipedia .wiki_curr{font-size: 32px !important;font-weight: bold !important;color: #4d3f86 !important;}
.xl_home_wikipedia .wiki_content{display: block;width: 100%;margin-top: 10px;}
.xl_home_wikipedia .wiki_item{display: none;flex-wrap: wrap;width: 100%;}
.xl_home_wikipedia .wiki_view{
	position: relative;
	display: block;
	width: 132px;
	height: 155px;
	background: #FFFFFF;
	border-radius: 30px;
	box-shadow: 0 0 30px 0 rgba(219, 219, 219, 0.67);
	margin-right: 20px;
	margin-top: 40px;
	overflow: hidden;
}
.xl_home_wikipedia .wiki_view:nth-child(8n){margin-right: 0;}
.xl_home_wikipedia .wiki_top{
	position: absolute;
	z-index: 1;
	top: -82px;
	left: 50%;
	transform: translateX(-50%);
	width: 322px;
	height: 156px;
	opacity: 0.1;
	border-radius: 0 0 50% 50%;
}
.xl_home_wikipedia .wiki_view_in{position: relative;z-index: 2;}
.xl_home_wikipedia .wiki_view_name{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 25px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	height: 73px;
	font-size: 16px;
	font-weight: bold;
}
.xl_home_wikipedia .wiki_view_icon{
	display: block;
	width: 10px;
	height: 22px;
	margin: 0 auto;
	margin-top: -11px;
}
.xl_home_wikipedia .wiki_view_txt{
	width: 108px;
	margin: 0 auto;
	margin-top: 8px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.xl_home_wikipedia .wiki_view_txt span,
.xl_home_wikipedia .wiki_view_name span{
	display: block;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xl_home_wikipedia .wiki_purple .wiki_top{background: #6665ad;}
.xl_home_wikipedia .wiki_purple .wiki_view_name{color: #4d3f86;}
.xl_home_wikipedia .wiki_green .wiki_top{background: #85d29e;}
.xl_home_wikipedia .wiki_green .wiki_view_name{color: #5eb67b;}
.xl_home_wikipedia .wiki_orange .wiki_top{background: #ff9669;}
.xl_home_wikipedia .wiki_orange .wiki_view_name{color: #ff8049;}
.xl_home_wikipedia .wiki_blue .wiki_top{background: #7ad3f5;}
.xl_home_wikipedia .wiki_blue .wiki_view_name{color: #3ac9ff;}

.xl_home_wikipedia .wiki_1 .wiki_top{background: #7ad3f5;}
.xl_home_wikipedia .wiki_2 .wiki_top{background: #ff9669;}
.xl_home_wikipedia .wiki_3 .wiki_top{background: #85d29e;}
.xl_home_wikipedia .wiki_4 .wiki_top{background: #6665ad;}
.xl_home_wikipedia .wiki_5 .wiki_top{background: #7ad3f5;}
.xl_home_wikipedia .wiki_6 .wiki_top{background: #ff9669;}
.xl_home_wikipedia .wiki_7 .wiki_top{background: #85d29e;}
.xl_home_wikipedia .wiki_8 .wiki_top{background: #6665ad;}

.xl_home_study{display: block;width: 100%;background: url(../image/home_every_bg.png) no-repeat center;padding-top: 140px;padding-bottom: 60px;}
.xl_home_study .study_title{display: flex;align-items: center;justify-content: space-between;}
.xl_home_study .study_title_name{display: flex;align-items: center;font-size: 40px;color: #4d3f86;font-weight: bold;}
.xl_home_study .study_title_name h3{display: flex;align-items: center;font-size: 40px;color: #4d3f86;font-weight: bold;}
.xl_home_study .study_title_name img{display: block;width: 35px;height: 35px;margin-right: 20px;}
.xl_home_study .study_more img{display: block;width: 20px;height: 20px;}
.xl_home_study .study_cont{display: block;width: 100%;padding: 0 40px;box-sizing: border-box;border-radius: 30px;background: #FFFFFF;margin-top: 40px;height: 250px;}
.xl_home_study .study_label{display: block;padding-top: 50px;font-size: 26px;color: #333333;font-weight: bold;}
.xl_home_study .study_cont p{display: block;width: 100%;font-size: 18px;line-height: 36px;color: #333333;text-align: justify;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;overflow: hidden;margin-top: 20px;}

.xl_home_course{display: block;width: 100%;padding-top: 75px;padding-bottom: 85px;background: #FFFFFF;}
.xl_home_course .name_bg{background: linear-gradient(90deg,#fbe693 0%,#ffffff 100%);}
.xl_home_course .course_list{display: flex;flex-wrap: wrap;width: 100%;padding-top: 40px;}
.xl_home_course .course_view{position: relative;display: block;width: 280px;height: 265px;background: #FFFFFF;border-radius: 20px;box-shadow: 0 0 30px 0 rgba(219, 219, 219, 0.67);overflow: hidden;margin-top: 30px;margin-right: 26px;}
.xl_home_course .course_view:nth-child(4n){margin-right: 0;}
.xl_home_course .course_top{display: block;width: 100%;height: 160px;}
.xl_home_course .course_title{display: block;width: 100%;padding: 0 15px;box-sizing: border-box;margin-top: 8px;text-align: justify;font-size: 18px;color: #333333;line-height: 24px;font-weight: bold;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.xl_home_course .course_bot{position: absolute;left: 0;bottom: 20px;width: 100%;display: flex;align-items: center;justify-content: space-between;}
.xl_home_course .course_bot_l{display: flex;align-items: center;margin-left: 15px;}
.xl_home_course .course_name{display: block;font-size: 14px;color: #333333;}
.xl_home_course .course_num{display: block;font-size: 12px;color: #85d29e;margin-left: 15px;}
.xl_home_course .course_payNum{display: block;font-size: 14px;font-weight: bold;color: #e3220a;margin-right: 15px;}
.xl_home_course .course_payNum span{font-size: 24px;}

.xl_home_paper{display: block;width: 100%;background: #f6f6f6;padding-top: 40px;padding-bottom: 60px;}
.xl_home_paper .paper_tab_title{display: flex;align-items: center;}
.xl_home_paper .paper_tab_title li{cursor: pointer;margin-right: 65px;font-size: 24px;color: #666666;}
.xl_home_paper .paper_curr{font-size: 30px !important;font-weight: bold !important;color: #4d3f86 !important;}
.xl_home_paper .paper_content{display: block;width: 100%;padding-top: 25px;}
.xl_home_paper .paper_item{display: none;flex-wrap: wrap;width: 100%;}
.xl_home_paper .paper_view{display: flex;align-items: center;justify-content: space-between;width: 585px;height: 176px;background: #FFFFFF;border-radius: 20px;margin-right: 30px;margin-top: 30px;}
.xl_home_paper .paper_view:nth-child(2n){margin-right: 0;}
.xl_home_paper .paper_view_l{display: block;margin-left: 30px;width: 310px;}
.xl_home_paper .paper_view_title{display: block;width: 100%;text-align: justify;font-size: 18px;line-height: 28px;color: #1f1f1f;font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.xl_home_paper .paper_view_notes{display: block;width: 100%;font-size: 14px;color: #666666;cursor: pointer;text-align: justify;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 22px;margin-top: 5px;max-height:44px; }
.xl_home_paper .paper_view_bot{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-top: 15px;}
.xl_home_paper .paper_bot_l{display: flex;align-items: center;}
.xl_home_paper .paper_green_btn{display: flex;align-items: center;font-size: 14px;color: #85d29e;margin-right: 20px;}
.xl_home_paper .paper_red_btn{display: flex;align-items: center;font-size: 14px;color: #ff9669;}
.xl_home_paper .paper_green_btn img,
.xl_home_paper .paper_red_btn img{display: block;width: 16px;height: 16px;margin-right: 5px;}
.xl_home_paper .paper_time{display: block;font-size: 14px;color: #999999;}
.xl_home_paper .paper_img{display: block;border-radius: 10px;width: 177px;height: 115px;margin-right: 25px;}

.xl_home_quest{display: block;width: 100%;padding-top: 30px;padding-bottom: 40px;background: #e9e8f9;}

.xl_home_hotbook{display: block;width: 100%;padding-top: 50px;padding-bottom: 85px;background: #FFFFFF;}
.xl_home_hotbook .name_bg,
.xl_box_title .name_red{background: linear-gradient(90deg,#ff9669 0%,#ffffff 100%);}
.xl_home_hotbook .hotbook_list{display: flex;flex-wrap: wrap;padding-top: 25px;width: 100%;}
.xl_home_hotbook .hotbook_view{display: block;position: relative;width: 280px;margin-top: 55px;margin-right: 26px;}
.xl_home_hotbook .hotbook_view:nth-child(4n){margin-right: 0;}
.xl_home_hotbook .book_cont{display: inline-block;width: 100%;}
.xl_home_hotbook .book_bg{position: relative;z-index: 1;width: 100%;margin-top: 151px;height: 127px;border-radius: 10px;}
.xl_home_hotbook .book_bg_green{background: #85D29E !important;opacity: 0.25 !important;}
.xl_home_hotbook .book_bg_red{background: #FF9669 !important;opacity: 0.25 !important;}
.xl_home_hotbook .book_bg_yellow{background: #fbe693 !important;opacity: 0.3 !important;}
.xl_home_hotbook .book_bg_purple{background: #6246d1 !important;opacity: 0.16 !important;}
.xl_home_hotbook .book_img{position: absolute;z-index: 2;top: 0;left: 50%;transform: translateX(-50%);width: 182px;height: 262px;}
.xl_home_hotbook .book_title{position: absolute;z-index: 5;left: 50%;transform: translateX(-50%);width: 162px;padding: 4px;box-sizing: border-box;top: 42px;background: #FFFFFF;}
.xl_home_hotbook .book_title_in{display: block;width: 100%;border: 1px solid #574089;box-sizing: border-box;}
.xl_home_hotbook .book_title_txt{display: block;width: 120px;margin: 0 auto;text-align: center;font-size: 20px;line-height: 36px;color: #333333;font-weight: bold;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.xl_home_hotbook .book_title_notes{position: relative;display: block;text-align: center;font-size: 12px;color: #666666;padding: 9px 0;}
.xl_home_hotbook .book_title_notes::before{content: '';position: absolute;left: 50%;transform: translateX(-50%);top: 0;width: 26px;height: 2px;background: #574089;}
.xl_home_hotbook .hotbook_name{display: block;width: 100%;text-align: center;margin-top: 25px;white-space: nowrap;overflow: hidden;font-size: 24px;color: #1f1f1f;font-weight: bold;text-overflow: ellipsis;}

.xl_home_quest{display: block;width: 100%;padding-top: 30px;padding-bottom: 40px;background: #e9e8f9;}
.xl_home_quest .quest_name{display: flex;align-items: center;font-size: 48px;color: #333333;font-weight: bold;}
.xl_home_quest .quest_name h3{display: flex;align-items: center;font-size: 32px;color: #333333;font-weight: bold;}
.xl_home_quest .quest_name img{display: block;width: 44px;height: 44px;margin-right: 45px;}
.xl_home_quest .quest_cont{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-top: 60px;}
.xl_home_quest .quest_ul{display: block;width: 575px;border-radius: 30px;background: #FFFFFF;}
.xl_home_quest .quest_li{width: 510px;margin-left: 35px;height: 70px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #f6f6f6;}
.xl_home_quest .quest_li_title{display: flex;align-items: center;font-size: 20px;color: #1f1f1f;margin-left: 15px;font-weight: bold;}
.xl_home_quest .quest_li_title img{display: block;width: 32px;height: 32px;margin-right: 15px;}
.xl_home_quest .quest_li_title span{display: block;width: 320px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 20px;color: #1f1f1f;font-weight: bold;}
.xl_home_quest .quest_time{display: block;margin-right: 5px;font-size: 16px;color: #b0b0b0;}
.xl_home_quest .quest_li_title h3{display: block;width: 320px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 20px;color: #1f1f1f;}

/* 2021-12-6 */
/* .xl_home_letter{padding: 40px 0;background: #FFFFFF;padding-bottom:0px}
.xl_home_letter .width1200{background: #FFFAF8;box-shadow: 1px 2px 24px 0 #D5D5D5;border-radius: 20px;display: flex;align-items: center;}
.xl_home_letter .letter_says{position: relative;width: 662px;height: 415px;background: url(../images/home/home_xs_bg.png) no-repeat;background-size: 100% 100%;}
.xl_home_letter .says_title{padding: 0 30px;padding-top: 40px;display: flex;align-items: center;justify-content: space-between;}
.xl_home_letter .says_title_l{display: flex;align-items: center;}
.xl_home_letter .says_name{display: block;color: #F76149;font-size: 30px;font-weight: bold;}
.xl_home_letter .says_link{margin-left: 10px;width: 154px;height: 30px;display: flex;align-items: center;justify-content: center;background: url(../images/home/xs_border.png) no-repeat;background-size: 100% 100%;font-size: 16px;color: #F76149;}
.xl_home_letter .says_link img{display: block;width: 7px;height: 12px;margin-left: 7px;}
.xl_home_letter .says_more{display: flex;align-items: center;font-size: 18px;color: #333333;}
.xl_home_letter .says_more img{display: block;width: 8px;height: 12px;margin-left: 8px;}
.xl_home_letter .says_box{position: absolute;background: #FFFFFF;border: 1px solid #FF7663;box-sizing: border-box;}
.xl_home_letter .says_box1{left: 26px;bottom: 203px;width: 179px;padding: 10px 21px;text-align: center;border-radius: 20px 20px 0 20px;font-size: 18px;color: #333333;line-height: 30px;font-weight: bold;}
.xl_home_letter .box_time{font-size: 20px;color: #F76149;}
.xl_home_letter .says_box2{left: 22px;bottom: 53px;width: 179px;padding: 8px 50px;border: 1px solid #FF7663;border-radius: 20px 20px 0 20px;font-size: 18px;font-weight: bold;color: #333333;line-height: 30px;text-align: center;}
.xl_home_letter .box_red{color: #F76149;}
.xl_home_letter .says_box3{right: 25px;bottom: 130px;width: 184px;border: 1px solid #FF7663;border-radius: 20px 20px 20px 0;padding: 10px 28px;text-align: center;font-size: 18px;font-weight: bold;color: #000000;line-height: 30px;}
.xl_home_letter .says_btn{position: absolute;bottom: 85px;left: 238px;width: 167px;height: 34px;background: #FF855F;box-shadow: 0 3px 6px 0 rgba(247, 97, 73, 0.4);border-radius: 17px;display: flex;align-items: center;justify-content: center;font-size: 18px;font-weight: bold;color: #FFFFFF;}
.xl_home_letter .letter_function,
.xl_home_letter .letter_case{margin-left: 30px;width: 226px;height: 350px;box-sizing: border-box;}
.xl_home_letter .letter_function{background: url(../images/home/xs_view1.png) no-repeat;background-size: 100% 100%;}
.xl_home_letter .letter_case{background: url(../images/home/xs_view2.png) no-repeat;background-size: 100% 100%;}
.xl_home_letter .letter_icon{display: block;width: 86px;height: 86px;margin: 0 auto;margin-top: 60px;}
.xl_home_letter .letter_title{display: block;text-align: center;font-size: 24px;font-weight: bold;color: #333333;margin-top: 28px;}
.xl_home_letter .letter_ul{display: block;margin: 0 28px;margin-top: 10px;font-size: 16px;color: #333333;line-height: 34px;}
.xl_home_letter .letter_notes{display: block;text-align: center;margin-top: 10px;font-size: 18px;color: #FF7663;}
.xl_home_letter .letter_p{margin: 0 22px;margin-top: 20px;font-size: 16px;color: #333333;line-height: 30px;text-align: center;} */

.xl_home_letter{padding: 70px 0 35px;background: #FFFFFF;}
.xl_home_letter .width1200{display: flex;align-items: center;justify-content: space-between;}
.xl_home_letter .letter_view{cursor: pointer;width: 228px;height: 365px;background: #FFFFFF;box-shadow: 0 0 18px 0 rgba(219, 219, 219, 0.67);border-radius: 20px;box-sizing: border-box;padding-left: 15px;}
.xl_home_letter .letter_title{font-size: 22px;font-weight: bold;color: #333333;padding-top: 40px;}
.xl_home_letter .letter_notes{display: flex;align-items: center;margin-top: 15px;font-size: 16px;color: #333333;}
.xl_home_letter .letter_notes img{display: block;width: 18px;height: 16px;margin-right: 5px;}
.xl_home_letter .letter_h2{margin-top: 38px;font-size: 16px;color: #333333;}
.xl_home_letter .letter_p{font-size: 16px;color: #333333;line-height: 30px;text-align: justify;margin-top: 10px;margin-right: 15px;overflow: hidden;min-height: 60px;}
.xl_home_letter .letter_label{display: flex;flex-wrap: wrap;}
.xl_home_letter .letter_label span{display: block;box-sizing: border-box;height: 26px;margin-right: 10px;background: #FFFFFF;font-size: 16px;line-height: 26px;padding: 0 10px;max-width: 120px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 10px;border-radius: 5px;}
.xl_home_letter .letter_btn{display: block;width: 167px;height: 38px;margin: 0 auto;margin-top: 24px;text-align: center;line-height: 38px;font-size: 18px;font-weight: bold;border-radius: 19px;}
/* .xl_home_letter .letter_view_one{background: linear-gradient(180deg,#FFF5F0 0%,#FFE0D3 100%);} */
.xl_home_letter .letter_view:hover{
	background: linear-gradient(180deg,#FFF5F0 0%,#FFE0D3 100%);
}
.xl_home_letter .letter_view:hover .letter_notes{font-size: 16px;color: #FF7663;}
.xl_home_letter .letter_view_one .letter_label span,
.xl_home_letter .letter_view_two .letter_label span{border: 1px solid #FF855F;color: #FF855F;}
.xl_home_letter .letter_view_one .letter_btn{
	color: #1cace4;
	background: #e6f8ff;
}
.xl_home_letter .letter_view_two .letter_btn{background: #FFF4F0;color: #FF8049;}
.xl_home_letter .letter_view_three .letter_label span{border: 1px solid #5EB67B;color: #5EB67B;}
.xl_home_letter .letter_view_three .letter_btn{background: #F3FAF5;color: #5EB67B;}
.xl_home_letter .letter_view_four .letter_label span{border: 1px solid #AAA6C3;color: #4D3F86;}
.xl_home_letter .letter_view_four .letter_btn{background: #EFEFF7;color: #4D3F86;}
.xl_home_letter .letter_view:hover .letter_btn{background: #FF855F;box-shadow: 0 3px 6px 0 rgba(247, 97, 73, 0.4);color: #FFFFFF;}
.xl_home_letter .letter_view:hover .letter_title span{color: #F76149;}

.xl_home_letter .letter_slide{
	width: 228px;
	height: 365px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.xl_home_letter .letter_atten{
	width: 228px;
	height: 225px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.xl_home_letter .atten_logo{
	width: 157px;
	height: 24px;
}
.xl_home_letter .atten_notes{
	width: 120px;
	text-align: center;
	margin-top: 8px;
	font-size: 14px;
	color: #657180;
	line-height: 22px;
}
.xl_home_letter .atten_ewm{
	width: 110px;
	height: 110px;
	margin-top: 5px;
}
.xl_home_letter .atten_adv{
	width: 228px;
	height: 123px;
	border-radius: 20px;
	overflow: hidden;
}
.xl_home_letter .atten_adv img{
	display: block;
	width: 100%;
	height: 100%;
}

/* 希律-心理百科 */
.xl_wiki_box{padding-top: 0 !important;padding-bottom: 100px !important;}
.xl_wiki_box .wiki_tab_title{margin-top: 50px !important;position: relative;left: 0;}

/* 2022-07-15 更新 */
.xlcms_hotCatch{background: #F6F6F6;padding-top: 55px;padding-bottom: 40px;}
.xlcms_hotCatch .catch_list{display: flex;width: 100%;overflow-x: auto;padding-top: 35px;padding-bottom: 20px;}
/* .xlcms_hotCatch .catch_list::-webkit-scrollbar{
	display: none;
} */
.xlcms_hotCatch .catch_view{display: flex;align-items: center;width: 590px;min-width: 590px;height: 190px;background: #FFFFFF;box-shadow: 0 0 30px 0 rgba(219,219,219,0.67);border-radius: 20px;box-sizing: border-box;margin-right: 20px;padding: 0 30px;}
.xlcms_hotCatch .catch_img{display: block;width: 88px;height: 127px;border-radius: 15px;}
.xlcms_hotCatch .catch_info{margin-left: 15px;width: 425px;}
.xlcms_hotCatch .catch_title{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 24px;font-weight: bold;color: #1F1F1F;}
.xlcms_hotCatch .catch_txt{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 20px;font-size: 18px;color: #666666;}
.xlcms_hotCatch .catch_bot{display: flex;align-items: center;justify-content: space-between;margin-top: 15px;}
.xlcms_hotCatch .catch_num{font-size: 20px;font-weight: bold;color: #FF6B5D;}
.xlcms_hotCatch .catch_listen{display: block;width: 140px;height: 40px;background: #FF6B5D;border-radius: 20px;text-align: center;line-height: 40px;font-size: 20px;color: #FFFFFF;}